button mouse icon hover css

32

.btn:hover {
  cursor: pointer; /*property to change te cursor to a hand over a btn*/
}

Comments

Submit
0 Comments